home *** CD-ROM | disk | FTP | other *** search
/ Amiga Frontier 4 / Amiga Frontier 4 (Disk 1 of 2).adf / S / startup-sequence < prev   
Text File  |  1996-01-30  |  1KB  |  69 lines

  1. ; Start-up script made in a serious hurry by Converse of A.F
  2. echo "Welcome to A.F, 2 Disk Drives STRONGLY recommended, KS 2.0+ required"
  3. echo "Please note: A.F will run VERY slow on 68000 machines, sorry"
  4. Setpatch >NIL:
  5. c:makedir ram:env
  6. copy FrontierDisk1:intro to ram:
  7. Assign >nil: env: ram:env
  8. copy FrontierDisk2:m1 to ram:
  9. run s/modplay FrontierDisk1:m2 
  10. wait 5
  11. run c/picboot ram:intro
  12. wait 9
  13. delete ram:intro
  14. wait 4
  15. copy FrontierDisk1:c/picboot to ram:
  16. wait 3
  17. libs/rtdd  ;sorry Andy, didn't have time to decrunch with Library! :(
  18. wait 2
  19. cls
  20. copy FrontierDisk1:Alpha/ to ram: quiet
  21. wait 10
  22. run >Nil: s/modplay ram:m1 
  23. wait 3
  24. run picboot ram:0
  25. wait 8
  26. run ram:Picboot ram:1
  27. wait 2
  28. run ram:Picboot ram:2
  29. wait 2
  30. run ram:Picboot ram:3
  31. wait 2
  32. run ram:Picboot ram:4
  33. wait 1
  34. run ram:Picboot ram:5
  35. wait 2
  36. run ram:Picboot ram:6
  37. wait 2
  38. run ram:Picboot ram:7
  39. wait 1
  40. run ram:Picboot ram:8
  41. wait 1
  42. run ram:Picboot ram:9
  43. wait 5
  44. run ram:Picboot ram:10
  45. wait 2
  46. run ram:Picboot ram:9
  47. delete ram:m1
  48. wait 2
  49. delete ram:0
  50. delete ram:1
  51. delete ram:2
  52. delete ram:3
  53. delete ram:4
  54. wait 2
  55. delete ram:picboot
  56. delete ram:5
  57. delete ram:6
  58. delete ram:7
  59. delete ram:8
  60. delete ram:9
  61. c/exec
  62. wait 2
  63. delete ram:10
  64. run memclear flush
  65. cls
  66. Frontier4
  67. run FrontierDisk1:s/afront
  68. endcli
  69.